home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / BRI151.M3 < prev    next >
Text File  |  1996-04-01  |  4KB  |  131 lines

  1. name Bridgeport TNC-151
  2.  
  3. N >4
  4. % >4
  5. G 2
  6. X +->3,>4
  7. Y +->3,>4
  8. Z +->3,>4
  9. I +->3,>4
  10. J +->3,>4
  11. K +->3,>4
  12. T >2
  13. L +->3,>4
  14. R +>3,>4
  15. F >31
  16. f 4 F
  17. M >2
  18. S >4
  19. a >3,>4
  20. b >3,>4
  21. c >3,>4
  22. d >3
  23. e >3>1
  24. * 00
  25.  
  26. ModalLetters G X Y Z F                # List of letters that are modal    
  27.  
  28. ModalGs                               # List of g codes that are modal    
  29.  
  30. Sequence#s N 1 10 10                  # Char, freq, incr & start          
  31. First#? N                             # Y or N  'Output 1st sequence no.  
  32. Last#? N                              # Y or N  'Output last sequence no. 
  33.  
  34. HCode X                               # X or X U  'Horizontal char.       
  35. VCode Y                               # Y or Y V  'Vertical char.         
  36. Dcode Z                               # Depth char.                       
  37. FeedCode F                            # Feed rate char.                   
  38.  
  39. Comment ( )                           # Begin End comment char.           
  40.  
  41. Spindle 3 4 5                         # Cw, ccw & stop m codes            
  42. Coolant 8 9 7                         # On, Off & Mist m codes            
  43. DComp 41 42 40                        # Left, Right & Cancel m codes      
  44. LComp 43 49                           # On & Off codes                    
  45.  
  46. Feed G01                              # Linear move                       
  47. Rapid G01                             # Rapid positioning word            
  48. Inc/Abs G 91 90                       # Inc & Abs char. & values          
  49.  
  50. Work G                                # Work offset register              
  51.  
  52. CtrCode I J                           # I J or R or I J K L               
  53. Helical? N
  54.  
  55. Spaces? Y                             # Y or N  'Spaces between words     
  56. Incremental? N                        # Y or N  'Inc or abs output        
  57. CtrIncremental? N                     # Y or N  'Inc or abs I & J         
  58. ByQuadrants? Y                        # Y or N  'Break arcs at quadrants  
  59.  
  60. Each *0                               # End of block word                 
  61.  
  62. Inch/MM 70 71                         # Inch & Metric g codes             
  63.  
  64. UppercaseComments? Y                  # Y or N 'Require uppercase comments
  65.  
  66. Drill 3                               # Drilling canned/manual cycle      
  67. G01 Z[Vclear] f3999
  68. G83 a[Vclear] b[D] c[Vbite] d[Dwell] e[FRate]
  69. G79
  70. G01 X[H] Y[V] M99
  71. end cancel
  72.  
  73. Peck 3                                # Pecking canned/manual cycle       
  74. G01 Z[Vclear] f3999
  75. G83 a[Vclear] b[D] c[Vbite] d[Dwell] e[FRate]
  76. G79
  77. G01 X[H] Y[V] M99
  78. end cancel
  79.  
  80. Cancel                                # Cancel a canned/manual cycle      
  81. end
  82.  
  83. StartCode                             # Start of the program              
  84. %[Program#] G[Unitmode]
  85. End
  86.  
  87. 1stToolChange                         # First tool change                 
  88. G99 T[Tool] L0 R[ToolRad]
  89. T[Tool] G17 S[Speed]
  90. G01 X[H] Y[V] f3999 M[Direct]
  91. G01 Z[D]
  92. End
  93.  
  94. Infeed                                # Enable cutter comp                
  95. G01 G[Side] X[H] Y[V] F[FRate]
  96. end
  97.  
  98. Outfeed                               # Disable cutter comp               
  99. G01 G40 X[H] Y[V]
  100. end
  101.  
  102. ToolChange                            # Secondary tool changes            
  103. G38 M25
  104. G99 T[Tool] L0 R[ToolRad]
  105. T[Tool] G17 S[Speed]
  106. G01 X[H] Y[V] f3999 M[Direct]
  107. G01 Z[D]
  108. End
  109.  
  110. EndCode                               # End of the program                
  111. G38 M25
  112. N9999 %[Program#] G[Unitmode]
  113. End
  114.  
  115. CwCode                                # CW circular move                  
  116. G90 I[HCtr] J[VCtr]
  117. G02 X[H] Y[V]
  118. end
  119.  
  120. CcwCode                               # CCW circular move                 
  121. G90 I[HCtr] J[VCtr]
  122. G03 X[H] Y[V]
  123. end
  124.  
  125. Replace "a" with "P01 -"
  126. Replace "b" with "P02 -"
  127. Replace "c" with "P03 -"
  128. Replace "d" with "P04 "
  129. Replace "e" with "P05 "
  130. Replace "--" with "-"
  131.